@charset "utf-8";
/* CSS Document */

.ddsmoothmenu{ 
    float: right; 
    font-size:18px; 
    color:#dbdbdb; 
    /*width:700px;*/
    height:110px; 
/*	margin-top:25px; */
	font-family: "微软雅黑"; 
	color:#333; 
	
}

.ddsmoothmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.ddsmoothmenu ul li{
	display: inline;
	float: left;
	width:120px;
	border-left:1px solid #c1c1c1;
	color:#333;
	font-size:15px;
}
.ddsmoothmenu ul li:last-child{
	border-right:1px solid #c1c1c1;
}

.ddsmoothmenu ul li a{
	display: block;
	color: #333;
	line-height:110px;
	text-align:center;
    font-size: 16px;
	text-decoration: none;
}




.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{}

.ddsmoothmenu .cur,.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li a:hover{ 
   background:#f7f7f7;
   color: #2a2a2a;
 }


	

.ddsmoothmenu ul li ul{display: none;visibility: hidden;}


.ddsmoothmenu ul li ul li{display: list-item;float: none;}


.ddsmoothmenu ul li ul li ul{}


.ddsmoothmenu ul li ul li a{
	background: #e1e1e1;color: #fff;font-size: 12px;
	font-weight: normal;}
.ddsmoothmenu ul li ul li a.submenu{
	color: #000;font-size: 12px;
	font-weight: normal; width:120px;
	 height:35px; border-bottom:1px solid #c1c1c1; line-height:35px;}

.ddsmoothmenu ul li ul li a.selected{

}
.ddsmoothmenu ul li ul li a:hover{
	background:#CFCFCF;
	color: #000;

}


* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */








